home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Family Forum 259
/
IND_GIANT.BIN
/
Xtras
/
Animation Wizard.dir
/
00006_Script_TextField
< prev
next >
Wrap
Text File
|
1997-05-10
|
302b
|
18 lines
-- TextField script
property iFieldName
on birth me, theFieldName, theInitialText
set iFieldName = theFieldName
set the text of field iFieldname = theInitialText
return me
end birth
-- Needed to support general validation scheme
on mValidate me
return TRUE
end mValidate